From: iap10@tetris.cl.cam.ac.uk Date: Tue, 29 Jun 2004 21:08:51 +0000 (+0000) Subject: bitkeeper revision 1.1033 (40e1da63bNU-JPtX10zZdbxO6eBAfg) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18088 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=f3425596749425d45eb7debae7901af24ac61138;p=xen.git bitkeeper revision 1.1033 (40e1da63bNU-JPtX10zZdbxO6eBAfg) make compile... --- diff --git a/linux-2.4.26-xen-sparse/mkbuildtree b/linux-2.4.26-xen-sparse/mkbuildtree index 19d30ddc0b..2792cdb2ba 100755 --- a/linux-2.4.26-xen-sparse/mkbuildtree +++ b/linux-2.4.26-xen-sparse/mkbuildtree @@ -114,7 +114,7 @@ relative_lndir ../../../${RS}/../xen/include/hypervisor-ifs # Another special symlink: to the shared definitions for the control interface cd .. -ln -sf ../../${RS}/../tools/xu/lib/domain_controller.h +ln -sf ../../${RS}/../tools/python/xen/ext/xu/domain_controller.h # The remainder are the i386 -> xen-i386 links ln -sf ../asm-i386/a.out.h diff --git a/tools/python/xen/ext/xc/xc.c b/tools/python/xen/ext/xc/xc.c index ab045199e6..003e1fad35 100644 --- a/tools/python/xen/ext/xc/xc.c +++ b/tools/python/xen/ext/xc/xc.c @@ -1100,7 +1100,7 @@ static PyMethodDef pyxc_methods[] = { "Returns: [int] 0 on success; -1 on error.\n" }, { "domain_setmaxmem", - (PyCFunction)pyxc_domain_setname, + (PyCFunction)pyxc_domain_setmaxmem, METH_VARARGS | METH_KEYWORDS, "\n" "Set a domain's memory limit\n" " dom [int]: Identifier of domain.\n"